/*
 * 
 * 文件备注:这个是整个网站的全部样式，包括网站的头部尾部，内页的全部样式和右侧飘窗的样式
 * 内页样式包括同屏和标准的全部样式
 * 
 */

*{margin:0;padding:0;font-family: "微软雅黑";}
.w_container{
	/*max-width:1200px;*/
	width:1200px;
	margin:0 auto;
	padding:0px;
}
.w_content{
	width:1200px;
	margin:0 auto;
	padding:0px;
}
a{
	color: black;
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0px;
}
li{
	list-style: none;
}
.w_left{
	float: left;
}
.w_right{
	float: right;
}
.mobile_banner{
	display: none;
}
#banner{
	width: 100%;
}
#banner img{
	width: 100%;
	display: block;
}
a:focus, a:hover {
    color:#333333;
    text-decoration:none;
    }
.w_clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
p{
	margin:0px;
}
.m_banner{
	height: auto;
	max-height: 380px;
	overflow: hidden;
}
.m_banner img{
	display: block;
	width:100%;
}
.p_white{
	color: white;
}
.p_black{
	color: #000000;
}
.p_text1{
	color: #333333;
}
.w_white{
	background: white;
}
.w_black{
	background: black;
}
.w_heaer{
	/*position: fixed;*/
	/*left:0px;*/
	/*width:100%;*/
	/*height: 106px;*/
	/*top:0px;*/
	/*background: red;*/
	/*z-index:166;*/
}
.w_headtop{
	/*position: absolute;
	left:50%;
	top:20px;
	width:1545px;
	margin-left: -772.5px;*/
	/*background: black;*/
	/*z-index:66;*/
}
/*网站头部和尾部开始
 
 * 
 * */

/*网站头部和尾部结束
 
 * 
 * */
/*同屏_内页推荐新闻板块
 * 
 * */
.p_picinfo{
	margin-bottom: 40px;
}
.p_picmore{
	
}
.p_picmore a{
	color:#333333;
	font-size: 14px;
}
.p_picmore a:hover{
	color: #aa907a;
}
.p_newsline{
	width: 60px;
    height: 3px;
    background: #906e43;
    margin:10px 0px;
}
.p_pic1,.p_pic2{
   width:47%;	
}
.p_pic1 li,.p_pic2 li{
   box-sizing: border-box;
   padding:0px 0px 0px 20px;
   position: relative;	
   line-height: 30px;
   height: 30px;
}
.p_pic1 li::before,.p_pic2 li::before{
	position: absolute;
	content:'' ;
	width:6px;
	height: 6px;
	border-radius:50% ;
	top:50%;
	left:0px;
	margin-top: -5px;
	background:#aa907a;
}
.p_pic1 li span,.p_pic2 li span{
	float: right;
	font-size: 14PX;
	color: #333333;
}
.p_pic1 li a,.p_pic2 li a{
	display: block;
	width:83%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14PX;
	color: #333333;
	float: left;
}
.p_pic1 li:hover a,.p_pic2 li:hover a{
	color: #906e43;
}
.p_picnewstitle{
	font-weight: bold;
	font-size: 30px;
	
}
.p_picnewstitle span{
	font-size: 14px;
	color: #333333;
	text-transform:capitalize;
}
/*同屏_内页推荐新闻板块结束
 * 
 * */
/*同屏_内页所属栏目
 * 
 * */
.p_title{
	font-weight: bold;
	font-size: 30px;
	box-sizing: border-box;
	padding-bottom:12px;
	/*border-bottom: 1px solid #aa907a;*/
}
.p_titleinfo{
    text-align:center;	
    margin-bottom: 20px;
}

.p_line{
	text-align: center;
	margin:1px auto 10px auto;
	width:60px;
	height: 3px;
	background: #906e43;
}
.p_main{
    /*background: #f2f2f2;*/
    box-sizing: border-box;
    padding: 0px 0px 43px 0px !important;
    margin-top: 40px !important;
}
/*同屏_内页所属栏目结束
*/
/*同屏_内页_二级栏目
*/
.w_casetab{
	text-align: center;
}
.w_casetab li{
	width: 180px;
	box-sizing: border-box;
	border: 2px solid white;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin-right:19px;
	margin-bottom: 15px;
	border: 1px solid #aa907a;
}
.w_casetab li:last-of-type{
	margin-right: 0px;
}
.w_casetab li a{
	color:#000;
	font-size: 18px;
}
.w_casetab li.active{
	background:#aa907a;
	border: 1px solid #aa907a;
}
.w_casetab li.active a{
	color:#fff;
	font-weight: bold;
	font-size: 18px;
}

/*同屏_内页_二级栏目结束
*/

/*同屏_内页产品列表开始
 * 
 * */
.c_list{
   margin:35px auto 0px auto;	
}
.c_list li{
	margin-bottom: 30px;
	width:32%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
	padding:10px;
	border: 1px solid #f2f2f2;
}
.c_list li:nth-child(3n){
	margin-right: 0px;
}
.c_list li img{
	display: block;
	width:100%;
}
.c_title{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.c_list li:hover{
	border: 1px solid #a62927;
}

@media(max-width:767px){
	.c_list li{
		width:49%;
		margin-right: 2%;
		padding:5px;
	}
	.c_list li:nth-child(3n){
		margin-right: 2%;
	}
	.c_list li:nth-child(2n){
		margin-right: 0px;
	}
	.p_casetab{
		margin-bottom: 20px;
	}
	.c_list li:last-of-type,.c_list li:nth-last-of-type(2),.c_list li:nth-last-of-type(3){
		margin-bottom: 0px;
	}
}

/*同屏_内页产品列表结束
 * 
 * */
/*同屏_内页产品详情
 * 
 */
.maint_rg {
    width: 100%;
    padding-bottom: 30px;
    /*margin-bottom: 80px;*/
    margin-top: 40px;
}
.maint_rg>.row {
     margin-right: 0;
     margin-left:0;
}
.v_focus_box {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px;
}
.v_focus {
    width: 100%;
    margin: 0 auto;
}
.v_focus .focus_img {
    width: 100%;
}
.v_focus .focus_picList li {
    width: 30%;
    display: inline;
    float: left;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
.v_focus .focus_picList li img {
    width: 100%;
    display: inline;
    float: left;
    border: 1px solid #dedede;
    cursor: pointer;
}
.corXM {
    width: 100%;
    margin: 0 auto;
}
.corXHead {
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
.corXM p {
    font-size: 12px;
    color: #f87d06;
}
.corXM ul li {
    line-height: 25px;
    clear: both;
    padding: 6px 0px;
}
.corXM ul li label {
    float: left;
    color: #999;
    width: 70px;
    text-align: right;
}
.corXM ul li span {
    float: left;
    color: #666;
    display: block;
   /* width: 310px;*/
}
.corXMBot {
    padding-top: 18px;
    clear: both;
    overflow: hidden;
}
.ljcxls {
    width: 32%;
    height: 38px;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
.ljcxls a {
    width: 91px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    background-color: #FE7600;
}
.kcTelL {
    float: left;
    width: 58%;
    padding-left: 60px;
    background-image: url(../images/xbg.png);
    background-repeat: no-repeat;
    background-position: left -78px;
}
.kcTelL p {
    clear: both;
    color: #666;
}
.kcTelL p strong {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
/*右侧产品 图片详情end*/
/* 右侧 产品信息*/
.cRight {
    margin-top: 10px;
}
.intrTil {
    background: url(../images/bgT.png) repeat-x;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    border-left: 1px solid #e2dfe0;
    border-right: 1px solid #e2dfe0;
}
.intrTil a {
    float: left;
    margin-left: 12px;
    /* margin-left: 20px; */
}
.intrTil strong a {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background: #fff;
    color: #3e3d3d;
    font-weight: bold;
    height: 33px;
    line-height: 32px;
    margin-left: 0px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #f87d06;
    border-right-color: #e2dfe0;
}
.allConsCon_l {
    border: 1px solid #e2dfe0;
    border-top: none;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
    line-height: 22px;
}
.allConsCon_l img{
    max-width: 100%;
}
.allCons {
    margin-top: 10px;
}
.allConsTil {
    background: url(../images/bgT.png) repeat-x;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-left: 1px solid #e2dfe0;
    border-right: 1px solid #e2dfe0;
}
.allConsCon {
    border: 1px solid #e2dfe0;
    border-top: none;
    padding: 10px 20px;
    overflow: hidden;
}
.allConsTil a {
    float: right;
    margin-right: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Arial", "WenQuanYi Micro Hei", sans-serif;
}
.allConsCon_l p img{
    max-width: 100%;
    height: auto;
}
.allConsTil strong {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background: #fff;
    color: #3e3d3d;
    font-weight: bold;
    height: 33px;
    line-height: 32px;
    margin-left: 0px;
    font-size: 15px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #f87d06;
    border-right-color: #e2dfe0;
}
.piy_r {
    padding-top: 10px;
    overflow: hidden;
}
.piy_r li {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.piy_r img{
    width: 100%;
    height: 90%;
}


.piy_r li span {
    display: block;
    font-size: 13px;
    line-height: 35px;
}
.allConsCon .liu_y {
    margin-top: 10px;
}
.allConsCon .liu_y li {
    line-height: 36px;
    clear: both;
}
.allConsCon .liu_y li em {
    font-style: normal;
    float: left;
    width: 40px;
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
}
.allConsCon .liu_y li span {
    float: left;
    display: inline-block;
    width: 100%;
}
.allConsCon .liu_y li span input {
    width: 100%;
    height: 30px;
    border: 1px solid #e4e4e4;
    line-height: 26px;
    float: left;
}
.allConsCon .liu_y li span textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 10px;
}
.allConsCon .liu_y li .btnun {
    width: 120px;
    height: 30px;
    background: #f87d06;
    float: left;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}
/* 右侧 产品信息end*/
/* 小型设备（手机，480px 起） */
@media (min-width: 320px) {
    .corXM {
        width: 100%;
    }
    .corXM ul li label { 
        width: 60px; 
    }
    .corXM ul li span {
        width: calc(100% - 65px);
    }
    
    .piy_r li {
        float: left;
        margin-right: 10px;
        margin-left: 11px;
    }
    .ljcxls {
        width: 125px;
    }
    .ljcxls a {
        width: 125px;
    }
    .intrTil {
        font-size: 14px;
    }
    .kcTelL {
        float: left;
        width: 60%;
        margin-left: 6px;
        padding-left:47px;
        background-image: url(../images/xbg.png);
        background-repeat: no-repeat;
        background-position:-11px -78px;
    }
    .allConsCon .liu_y li span {
        width: 90%;
        vertical-align: middle;
    }
    .piy_r li {
        text-align: center;
        width: 45%;
        height: 1.6rem;
        margin-left: 1%;
        margin-bottom: 15px;
    }
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    .v_focus {
        width: 40%;
        float: left;
    }
    .corXM {
        width: 56%;
        float: right;
    }
    .piy_r li {
        text-align: center;
        width: 21%;
        height: 150px;
        margin-left: 2%;
    }
     .kcTelL {
        float: left;
        width: 42%; 
        width: 40%;
        margin-left: 20px;
        padding-left: 60px;
        background-image: url(../images/xbg.png);
        background-repeat: no-repeat;
        background-position: left -78px;
    }
}
/* 小型电脑设备（平板电脑，992px 起） */
@media (min-width: 992px) {
.piy_r li {
        text-align: center;
        width: 21%;
        height: 190px;
        margin-left: 2%;
    }
}
/* 大型设备（电脑，1200px 起） */
@media (min-width: 1200px) {
	.piy_r li {
        text-align: center;
        width: 21%;
        height: 200px;
        margin-left: 2%;
    }
	#newsSear p,.newsCont{
		margin: 0 auto;
		width: 1200px;
	}
	.newsCont{
	    margin:40px auto 70px auto;
	}
	.pcPro,.prow{
		width: 90%;
	}
	.news_ul li {
		width: 50%;
	}
	.dianhua span {
		font-size: 24px;
	}
	.maint_boxx img{height: 180px;}
	.imgnews {
		/*height: 220px;*/
	}
	.news-img1{width: 100%;height: 170px;}
}
@media(max-width: 767px){
    .maint_rg{
        margin-top:5px;
    }
    .newsRiht{
    	padding:0px 0px;
    }
    .allConsCon_l{
    	padding: 10px 5px 20px 5px;
    }
    .p_textarea{
    	font-size: 14px !important;
    }
	.table_form th{
	font-weight: 400;
}
}
/*同屏_内页产品详情结束
 * 
 * */
/*同屏_内页新闻列表
 * 
 * */
.n_newslist{
	margin-bottom: 30px;
}
.n_newslist li{
	box-sizing: border-box;
	padding:20px 15px;
    border-bottom: 1px dashed #666666;
    transition: all .5s;
}
.n_newslist li:hover{
	padding-left: 20px;
}
/*.n_newslist li:hover .n_newsimg{
	border: 1px solid #906e43;
	box-sizing: border-box;
	padding:5px;
}*/
.n_newsimg{
    width:25%;	
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    transition: all .5s;
}
.n_newsimg img{
	width:100%;
	display: block;
	max-height: 191px;
}
.n_newsinfo{
	width:73%;
}
.n_newslist li:hover .n_newstit{
	padding-left: 40px;
}
.n_newstit{
	color: #000000;
	margin-bottom: 10px;
	font-size:18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
	transition: all .5s;
	position: relative;
}
.n_newstit::before{
    position: absolute;
    content:"";
    left: 0px;
    top:50%;
    height: 2px;
    background:#906e43;
    width:0px;
    margin-top: -1px;
    transition: all .5s;
}
.n_newslist li:hover .n_newstit::before{
    position: absolute;
    content:"";
    left: 0px;
    top:50%;
    height: 2px;
    background:#906e43;
    width:35px;
    margin-top: -1px;
}
.n_newstime{
	font-size: 14px;
	color: #333333;
	margin-bottom: 7px;
	transition: all .5s;
	position: relative;	
}
.n_newslist li:hover{
	border: 1px dashed #906e43;
}
.n_newslist li:hover .n_newstime{
	padding-left: 10px;
}
.n_newstime::before{
    position: absolute;
    content:"";
    left: 0px;
    top:50%;
    height:5px;
    background:#906e43;
    width:0px;
    margin-top: -2.5px;
    transition: all .5s;
}
.n_newslist li:hover .n_newstime::before{
    width:5px;
}
.n_newsinfomation{
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	text-indent: 2em;
}
.p_textarea{
    font-size: 16px;
    line-height: 25px;	
}
.p_textarea .w_mianoinfo{
	margin:0 0 20px 0;color:#CCC;text-align:center;font-size:16px;
}
.p_textarea h1{
	font-size: 20px;
    margin: 20px;
    text-align: center;
}
@media(min-width:992px) and (max-width:1199px){
	.n_content,.w_container,.w_content{
	   width:98%;	
	}
	.n_newsinfomation{
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.w_casetab li{
	   width:18%;
	   margin-right: 1%; 	
	}
	.w_casetab li a{
		font-size: 14px;
	}
	.w_casetab li:nth-child(5n){
		margin-right: 0px;
	}
	
} 
@media(min-width:768px) and (max-width:991px){
	.n_content,.w_container,.w_content{
	   width:98%;	
	}
	.n_newsinfomation{
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    line-height: 25px;
	}
	.n_newstit{
		font-size: 19px;
		margin-bottom: 3px;
	}
	.n_newstime{
		margin-bottom: 3px;
	}
	.w_casetab li{
	   width:18%;
	   margin-right: 1%; 	
	}
	.w_casetab li a{
		font-size: 14px;
	}
	.w_casetab li:nth-child(5n){
		margin-right: 0px;
	}
	
} 
@media(max-width:767px){
	.n_newslist li{
		padding:15px 8px;
	}
	.n_newsimg,.n_newsinfo{
		width:100%;
	}
	.n_newsimg{
		margin-bottom: 10px;
	}
	.p_textarea .w_mianoinfo{
		font-size: 12px;
	}
	.w_casetab li{
	   width:49%;
	   margin-right:2%; 
	   margin-bottom: 8px;
	   float: left;	
	}
	.w_casetab li:nth-child(2n){
		margin-right: 0px;
	}
	.w_casetab li a, .w_casetab li.active a{
		font-size: 14px;
	}
	.w_casetab li:nth-child(5n){
		margin-right: 2%;
	}
	.c_list{
		margin-top: 15px;
	}
	.p_textarea h1{
		margin:10px;
	}
	
}
/*同屏_内页新闻列表结束
 * 
 * */
/*同屏_内页网站地图
 * 
 * */
#newsSear{
	background-color: #f5f5f5;
	color: #666;
	font-size: 15px;
	line-height: 50px;
}
#newsSear p a{
	color: #666;
	font-size: 15px;
}
.map{ overflow:hidden; margin-bottom:20px;margin-top:20px;}
.map_l{line-height: 30px; padding-bottom:10px; font-size:15px;}
.map_l a{ color:#666;}
.map_t{ border: solid 1px #E0E0E0; padding:5px 0;margin: 5px 3px; overflow:hidden;}
.map_t ul{padding: 0 15px; }
.map_t ul li{  float: left; line-height: 25px; padding-right:30px;}
.map_t ul li a{ color:#666;}

/*同屏_内页网站地图
 * 
 * */
.w_hotkey{
	background:#f3f3f3;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	margin-bottom: 45px;
}
.w_key,.w_key a{
	font-size: 14px;
}
.w_key{
	line-height: 24px;
	color: #212121;
	font-weight: bold;
	margin-top: 16px;
}
.w_boxshwo{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px; 	
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_boxform{
	width:250px;
	height: 150px;
	border-radius: 8px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding:10px;
}
.w_boxtit{
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
	font-weight: bold;
}
.w_password{
    width:80%;
    outline:none;
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;	
    border-radius: 5px;
    margin:0 auto;
    display: block;
    margin-bottom: 20px;
}
.w_boxmit{
	width: 75%;
	margin:0 auto;
	background: #bb0222;
	display: block;
	outline:none;
	border: none;
	color: white;
	border-radius: 5px;
	
}
.w_key a{
	margin-right: 15px;
	color: #6a6a6a;
	font-weight: 400;
}
.w_key a:last-of-type{
	margin-right: 0px;
}
.w_search{
	position: relative;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.w_searchinfo{
	background: #f3f3f3;
	box-sizing: border-box;
	padding-left:0px;
	border: none;
	border-bottom: 1px solid #a7a7a7;
	height: 35px;
	line-height: 35px;
	outline: none;
	position: relative;
	width:408px;
	/*padding-left: 10px;*/
	
}
.w_searchsub{
	outline:none;
	position:absolute;
	right: 0px;
	top:50%;
	background: url('../images/ss.png');
	background-size:100% 100% ;
	width:17px;
	height: 17px;
	margin-top: -8.5px;
	border: none;
}
.w_contit{
	font-size: 30px;
	color: #262932;
	text-align: center;
	font-weight: bold;
}
.w_contit span{
	color: #00aa84;
}
.w_conline{
	margin:4px auto;
	text-align: center;
}
.w_coneng{
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #2c2c2c;
	font-weight: bold;
	margin-bottom: 30px;
}
.w_protab{
	text-align: center;
	background: #00aa84;
}
.w_protab li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 15%;
}
.w_protab li a{
	font-size: 18px;
	color: white;
}
.w_protab li.active{
	
}
.w_protab li.active a{
	color: #ffde00;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
   padding:0px 27px;
}
.w_protab li.active a::after{
	content: '';
	position: absolute;
	right: 0px;
	top:50%;
	height: 2px;
	width:20px;
	margin-top: -1px;
	display: flex;
	background:#ffde00; 
	justify-content: center;
	align-items: center;
}
.w_protab li.active a::before{
	content: '';
	position: absolute;
	left: 0px;
	top:50%;
	background:#ffde00; 
	height: 2px;
	width: 20px;
	margin-top: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.friends{
	margin-bottom: 100px;
}
@media(max-width:767px){
	.p_pic1 li span, .p_pic2 li span{
		display: none;
	}
	.p_pic1, .p_pic2{
		width:100%;
	}
	.p_picnewstitle{
		font-size: 20px;
	}
	.w_container,.w_content,.newsCont{
		width:98%;
		margin:0 auto;
	}
	#newsSear{
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.p_picinfo{
		margin-bottom: 0px;
	}
	.p_main{
		margin-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.p_title{
		font-size: 18px;
		padding-bottom:10px;
	}
	.p_line{
		margin:0px auto;
	}
	.map_t ul li a{
		font-size: 12px;
	}
	.map_l{
		padding-bottom: 0px;
	}
	.n_newstit{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.n_newstime{
		margin-bottom: 0px;
	}
	.p_newsline{
		width: 60px;
	    height: 3px;
	    background: #906e43;
	    margin:10px 0px;
	}
}
@charset "UTF-8";
/*! 导入导航样式 */
/*body { background-color: #f2f2f2; }*/

/* 导航  */
#nav { background-color: #8b1110; padding: 0.05rem 0; }
#nav .smallnav ul li, #nav .bignav ul li { width: calc((100% + 0px) /4); float: left; }
#nav .smallnav ul li a, #nav .bignav ul li a { display: block; text-align: center; line-height: 0.34rem; font-size: 0.16rem; color: #ffeab7; }
#nav .smallnav ul li.active a, #nav .smallnav ul li:hover a, #nav .bignav ul li.active a, #nav .bignav ul li:hover a { background: url("../../images/YaoJuImgs/navHover.jpg") no-repeat top center; }

/* 导航 end */
@media screen and (min-width: 768px) { /* 导航  */
  #nav .bignav > ul > li { width: calc((100% + 0px) / 8); position: relative; }
  #nav .bignav > ul > li .listItem { display: none; position: absolute; padding: 0.1rem 0; z-index: 666; width: 100%; background-color: rgba(139, 17, 16, 0.8); }
  #nav .bignav > ul > li .listItem ul li { width: 100%; height: 0.3rem; line-height: 0.3rem; float: none; margin: 0.03rem auto; }
  #nav .bignav > ul > li .listItem ul li a { display: block; padding: 0.03rem 0; width: 90%; margin: 0 auto; height: 0.26rem; line-height: 0.2rem; font-size: 0.14rem; color: #fff; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; background: none; }
  #nav .bignav > ul > li .listItem ul li.active a, #nav .bignav > ul > li .listItem ul li:hover a { background-color: #8b1110; color: #ffffff; }
  #nav .bignav > ul > li:hover .listItem, #nav .bignav > ul > li.active .listItem { display: block; }
  /* 导航 end */ }
/*! 导入footer 页脚样式 */
/* footer */
#footer { margin-bottom: 0.6rem; padding: 0.1rem 0 0.03rem; background: #8b1110 url("../../images/YaoJuImgs/index_52.png") repeat-x left bottom; }
#footer p { font-size: 0.13rem; line-height: 0.26rem; color: #d48d8e; }
#footer .footImg { width: 80%; margin: 0.1rem auto 0; }
#footer .footImg .footImgLogo { margin: 0 auto; width: 2.25rem; }
#footer .footImg .footImgLogo h3 { font-size: 0.28rem; color: #ffe4a1; line-height: 0.5rem; }
#footer .footImg .footImgLogo .footTime { font-size: 0.12rem; line-height: 0.24rem; color: #d87a7e; }

/* footer end*/
/*底部固定导航 */
.body_footer { padding-top: 5px; width: 100%; height: 60px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#aa907a), to(#aa907a)); background: -moz-linear-gradient(top, #aa907a, #aa907a); /* Firefox */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa907a,endColorstr=#aa907a); bottom: 0; z-index:999; }

.body_footer ul { width: 100%; height: 55px; line-height: 55px; }

.body_footer ul li { width: 25%; float: left; color: #fff; }

.body_footer ul li a { width: 100%; height: 55px; display: block; }

.body_footer ul li dl { width: auto; margin: 0 auto; text-align: center; }

.body_footer ul li dt { width: auto; height: 30px; overflow: hidden; }

.body_footer ul li dt img { width: 25px; height: 25px;margin:0 auto; }

.body_footer ul li dd { width: auto; height: 30px; font-size: 12px; color: #fff; line-height: 25px; overflow: hidden; }

/*底部固定导航end */
/* 右侧固定栏  */
.rightfix { position: fixed; top: 35%; right: 0; z-index: 999;width: 50px; }
.rightfix ul li { margin-top: 0.04rem; position: relative;display: block; }
.rightfix ul li a i { display: block; float: left; width: 50px; height:50px; border-radius: 0.04rem 0 0 0.04rem; background: url("../images/rightIco_08.png") no-repeat; }
.rightfix ul li a i.fixedico01 { background-position: 0 -2px; }
.rightfix ul li a i.fixedico02 { background-position: 0 -58px; }
.rightfix ul li a i.fixedico03 { background-position: 0 -109px; }
.rightfix ul li a i.fixedico04 { background-position: 0 -160px; }
.rightfix ul li span.fixqq { position: absolute; display: none; padding: 0 10px; top: 51px; left: -126px; background-color: #2e2e2e; color: #ffff; line-height: 48px; }
.rightfix ul li span.fixtel { position: absolute; display: none; padding: 0 10px; top: 101px; left: -123px; background-color: #2e2e2e; color: #ffff; line-height: 48px; }
.rightfix ul li div.fixwx { position: absolute; display: none; padding: 0 10px; top: 132px; left: -116px; }
.rightfix ul li:hover span { display: block; }
.rightfix ul li:hover div { display: block; }

/* 右侧固定栏 end */
/*  详情页手机端 */
.shouji img { width: 100%; max-width: 100%; margin: 0 auto; }

/*  详情页手机端 end*/
@media screen and (min-width: 480px) { /* 页脚版权 */
  /* 页脚版权 end*/ }
@media screen and (min-width: 768px) { /* footer */
  #footer .footImg .footImgLogo .footTime { font-size: 0.14rem; }
  #footer { margin-bottom: 0.6rem; }
  #footer .footFrinds { font-size: 0.18rem; line-height: 0.3rem; color: #ec9da2; }
  #footer .footFrinds p a { display: inline-block; padding-right: 0.06rem; font-size: 0.14rem; line-height: 0.3rem; color: #e98c91; }
  #footer .footFrinds p a:after { display: inline-block; content: " | "; font-size: 0.14rem; text-align: center; width: 3px; }
  #footer .footFrinds p a:last-child:after { display: none; }
  #footer .footBot { margin: 0.1rem auto; }
  #footer .footBot .footAddr { width: 45%; float: left; border-right: 1px solid #a44847; }
  #footer .footBot .footImg { width: 55%; float: right; }
  #footer .footBot .footImg .footImgcode { width: 1.44rem; float: left; margin-left: calc(100% - 375px); }
  #footer .footBot .footImg .footImgcode p { margin-top: 0.1rem; width: 0.14rem; line-height: 0.2rem; text-align: center; color: #cb8182; }
  #footer .footBot .footImg .footImgcode .footImgWX { width: 1.2rem; height: 1.2rem; text-align: center; background-color: #fff; float: right; }
  #footer .footBot .footImg .footImgLogo { margin: 0 auto; /*width: toRem(225px);*/ float: right; }
  /* footer end*/ }
  
@media screen and (min-width: 992px) { /* footer */
  #footer { margin-bottom: 0; }
  #footer .footBot { margin: 0.15rem auto; }
  #footer .footBot .footImg .footImgcode { margin-left: 0.8rem; }
  	.w_container,.w_content{
		width:98%;
		margin:0 auto;
	}
	
  /* footer end*/ }
@media screen and (min-width: 1200px) { /* footer */
  #footer { padding-top: 0.2rem; }
  #footer .footBot .footImg { margin: 0.15rem auto 0; }
  #footer .footBot .footImg .footImgcode { margin-left: 1.1rem; }
  #footer .footBot .footImg .footImgLogo { position: relative; top: -0.7rem; right: 0.1rem; }
	.w_container,.w_content{
		width:1200px;
		margin:0 auto;
	}
  /* footer end*/ }
/*分页样式*/

 
/*分页样式结束*/
/*
 */

/*新增头部*/
/*
.header1 {
	position: fixed;
	z-index: 1050;
	left:50%;
	top:40px;
	width:1545px;
	margin-left: -772.5px;
	height: 82px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	/*background-color: rgba(255,255,255,0.5);*/
/*}
.header1.active {
	position: fixed;
	top: 0%;
	right: 0%;
	left: 0%;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	margin-left: 0px;
	width:100%;
}
.header1.active .w_hop{
	width:1545px;
	margin:0 auto;
	margin-top: 10px;
}
.header1.active  .w_nav li{
	height: 70px;
	line-height:56px;
}
.header1.active .w_nav li>a{
	color: #000000;
}
.header1.active .w_smalldrop{
	top: 71px;
}
.header1.active .w_nav{
	margin-top:0px;
	margin-left: 10%;
}
.header1.active .w_tel{
	width:17%;
}*/
/*新增头部*/

/*第二种右侧飘窗*/
/*reset css*/
.izl-rmenu{
   margin-right: 0;
   width: 82px;
   position: fixed;
   right: 2px;
   top: 52%;
   -webkit-box-shadow: #DDD 0px 1px 5px;
   -moz-box-shadow: #DDD 0px 1px 5px;
   box-shadow: #DDD 0px 1px 5px;
   z-index:999;
   background: #f7f7ff;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 64px;
}
.izl-rmenu a.cart:hover .pic11{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic11 {
	display:none;
    position: absolute;
    left: -138px;
    top: 65px;
    width:130px;
    height:130px;
    background:url(../images/ewm.png) no-repeat;
    background-size: 100% 100%; 
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 52%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
/*第二种飘窗结束*/
/*产品轮播插件开始*/
.exzoom {
    box-sizing: border-box;
}
#exzoom {
    max-width: 400px;
    width: 400px;
    /*height: 400px;*/
    margin: 20px auto;
}
.exzoom * {
    box-sizing: border-box;
}
.exzoom .exzoom_img_box {
    background: #eee;
    position: relative;
}
.exzoom .exzoom_img_box .exzoom_main_img {
    display: block;
    width: 100%;
}
.exzoom .exzoom_preview {
    margin: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}
.exzoom .exzoom_preview .exzoom_preview_img {
    position: relative;
    max-width: initial !important;
    max-height: initial !important;
    left: 0;
    top: 0;
}
.exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: 15px;
}
.exzoom .exzoom_nav .exzoom_nav_inner {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    float: left;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #f60;
}
.exzoom .exzoom_nav .exzoom_nav_inner span img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.exzoom .exzoom_btn {
    position: relative;
    margin: 0;
}
.exzoom .exzoom_btn a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}
.exzoom .exzoom_btn a:hover {
    background: #f60;
    color: #fff;
}
.exzoom .exzoom_btn a.exzoom_next_btn {
    left: auto;
    right: 0;
}
.exzoom .exzoom_zoom {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
#exzoom {
    max-width: 280px;
    width: 280px;
    /*height: 400px;*/
    margin: 20px auto;
}
.exzoom .exzoom_zoom_outer {
    display: none;
}
}
.exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
    position: absolute;
    overflow: hidden;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    float: left;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
    width: 100%;
}
/*产品轮播插件结束*/

/*标准的产品列表*/
#newsSear{
	background-color: #f5f5f5;
	color: #666;
	font-size: 15px;
	line-height: 50px;
}
#newsSear p a{
	color: #666;
	font-size: 15px;
}
/* 新闻内容区 */
/* 新闻内容左侧*/
.phoPro {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.bgblue{
	background-color: #f87d06;
	font-size: 18px;
	padding: 10px 0;
	color: #fff;
	text-indent: 24px;
	line-height: 20px;
	font-weight: normal;
}
.bgblue:after{
	display: block;
	content: "COLUMN NAVIGATION";
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	opacity: .5;
}
.phoProAll{
	width: 95%;
	margin: 10px auto;
}
.phoProAll li{
	float: left;
	border: 1px solid #8c8c8c;
	margin: 3px;
}
.phoProAll li a{
	display: block;
	width: 100%;
	padding: 3px 5px;
	background-color: #fff;
	color: #666;
}
.phoProAll li:hover a,.phoProAll li.active a{
	background-color: #FE7600;
	color: #ffffff;
}
.imgnews{
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
}

/*联系我们*/
.dianhua {
	color: #666666;
	line-height: 22px;
	padding: 15px 0 10px 66px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/Teln.gif);
	background-repeat: no-repeat;
	background-position: 5px 18px;
}
.newszx .dianhua span,.dianhua span {
	display: block;
	color: #f87d06;
	font-family: Impact;
	font-size: 24px;
}
.addt {
	line-height: 26px;
	padding-left: 8px;
	margin-right: 0px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 15px;
	font-size: 13px;
}
/* 新闻内容左侧end*/
/* 新闻内容右侧设置 */
.newszx>h2{
	width: 100%;
	background-color: #eee;
	color: #3e3d3d;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 3px 10px;
}
.newszx p a{
	font-size: 16px;
	line-height: 36px;
}
.maint_boxx {
	padding: 12px 10px;
	overflow: hidden;
	line-height: 26px;
	font-size: 13px;
}
.newszx span.rt{
	float: right;
}
.maint_boxx img{max-width: 100%;height: auto;}
.main_bt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dcdcdc;
}
.main_bt .by {
	height: 35px;
	line-height: 35px;
	padding-left: 13px;
	font-weight: normal;
	background-image: url(../images/jt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.mtb10{
	margin-bottom:30px;
}
.hck {
	font-size: 15px;
	float: left;
	width:85%;
}
.date {
	float: right;
	font-size: 13px;
	color: #999;
}
.dlo {
	font-size: 12px;
	clear: both;
	color: #888;
	padding-left: 18px;
	display: block;
}
/* 推荐咨询 */
.news_ul li {
	line-height: 28px;
	background-image: url(../images/index_69.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-size: 13px;
	width: 100%;
	float: left;
}
.news_ul li>a{
	display: block;
	width: 90%;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newszx span {
	font-size: 12px;
}
.hck a{color: #333;}
.newszx span a {
	color: #333;
	display: block;
	/*width:85%;*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 新闻内容右侧设置end */
.cpfl_boxx{
	padding: 10px;
}
.pagesm{ clear:both;overflow:hidden; padding-bottom:30px; padding-top:20px;}
.pagesm ul{ width:90%; margin:0px auto;}
.pagesm ul li{ float:left; text-align:center; width:50%; padding:0px;}
.pagesm .rows,.pagesm .current,.pagesm .num,.pagesm .end{ display:none;}
.pagesm .prev{display:block; text-align:center;color:#666;width:80%; background:#eee; height:40px; line-height:40px;border-radius:3px;margin-top:5px; font-size:15px;}
.pagesm .next{display:block; text-align:center;color:#666;width:80%; background:#eee; height:40px; line-height:40px;border-radius:3px;margin-top:5px; font-size:15px;}
.table_form tr{display: block;margin-top: 5px;}
#newsSear p{width: 100%;height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.map{ overflow:hidden; margin-bottom:20px;margin-top:20px;}
.map_l{line-height: 30px; padding-bottom:10px; font-size:15px;}
.map_l a{ color:#666;}
.map_t{ border: solid 1px #E0E0E0; padding:5px 0;margin: 5px 3px; overflow:hidden;}
.map_t ul{padding: 0 15px; }
.map_t ul li{  float: left; line-height: 25px; padding-right:30px;}
.map_t ul li a{ color:#666;}
.mtb10 .pro-info{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 新闻内容区end */
/* Bootstrap 中默认情况下没有媒体查询 */
/* 小型设备（手机，480px 起） */
@media (min-width: 480px) {
	.news_ul li {
		width: 50%;
	}
	.imgnews {
		width: 58%;
	}
}

/* 小型设备（手机，768px 起） */
@media (min-width: 768px) {
	.imgnews {
		width: 100%;
	}
}
/* 小型设备（手机，992px 起） */
@media (min-width: 992px) {
	/* 产品分类*/
	.pcPro{
		margin-top: 20px;
		padding: 2px;
		border-radius: 4px;
	}
	.pcProAll{
		background-color: #f5f5f5;
		padding: 1px;
	}

	.pcProAll ul li{
		margin: 10px auto;
		width: 80%;
		list-style: url("../images/index_41.jpg") inside;
		line-height: 40px;
		background-color: #fff;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
		padding-left: 26px;
	}
	.pcProAll ul li a{
		display: inline-block;
		width: 86%;
		height: 40px;
		line-height: 35px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #3e3d3d;
		font-size: 14px;
		vertical-align: middle;
	}
	.pcProAll ul li:hover a{
		color: #FE7600;
	}
	/* 推荐产品 */
	.prow {
		margin-top: 18px;
	}
	.nere {
		width: 100%;
		padding-left: 20px;
		height: 48px;
		font-size: 22px;
		color: #333;
		float: left;
		font-weight: normal;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #f87d06;
		background-color: #F1F1F1;
		line-height: 48px;
	}
	.cpfl_boxx {
		clear: both;
		padding-top: 10px;
	}
	.phot {
		clear: both;
		padding-top: 10px;
		padding-left: 5px;
	}
	.phot li {
		width: 100%;
		text-align: center;
	}
	.phot li img {
		display: block;
		width: 98%;
		margin: 0 auto;
	}
	.phot  .imgnews{
		overflow: hidden;
		display: block;
		position: relative;
		width: 100%;
	}
	.phot li span {
		margin-bottom: 15px;
		display: block;
		font-size: 15px;
		line-height: 30px;
	}
	.dianhua span {
		font-size: 21px;
	}
	/*新闻右侧内容区 */
	.newsRiht{
		/*margin-top: 20px;*/
	}
	.newszx>h2{
		background-color: transparent;
		text-indent: 12px;
		padding: 3px 0;
	}
	.news_ul li {
		width: 333px;
	}
	.pages {
		clear: both;
		margin: 20px;
		text-align: center;
	}
	.pages li {
		display: inline-block;
	}
	.pages a {
		border: 1px solid #ccc;
		padding: 0 5px;
	}
	.pages span {
		background: #ccc none repeat scroll 0 0;
		border: 1px solid #ccc;
		padding: 0 5px;
	}
	.abt_bny { padding: 10px 20px; overflow: hidden; padding-bottom: 30px;  margin-bottom:20px;}
	.abt_bny .liu_y { margin-top: 10px; }
	.abt_bny .liu_y li { line-height: 55px; clear: both; }
	.abt_bny .liu_y li em { font-style: normal; float: left; width: 120px; text-align: right; font-size: 12px; padding-right: 12px; }
	.abt_bny .liu_y li span { float: left; }
	.abt_bny .liu_y li span input { width: 600px; height: 40px; border: 1px solid #e4e4e4; line-height: 40px; float: left; outline: none; padding-left: 10px; font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;}
	.abt_bny .liu_y li span input:hover,
	.abt_bny .liu_y li span textarea:hover { border: 1px solid #aa907a; }
	.abt_bny .liu_y li span textarea { width: 600px; height: 150px; border: 1px solid #e4e4e4; float: left; margin-bottom: 10px; outline: none; padding-left: 10px; }
	.abt_bny .liu_y li span select { margin-right: 10px; width: 120px; }
	.abt_bny .liu_y li span img { float: left; margin-left: 10px; }
	.abt_bny .liu_y li .btnun {font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif; background: #aa907a; float: left; border: 0px none; outline: none; width: 150px; height: 40px; color: #FFFFFF; font-size: 16px; line-height:40px;margin-top: 7px;}
	.abt_bny .liu_y li .reset {font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif; background: #919294; border: 0px none; outline: none; width: 150px; height: 40px; color: #FFFFFF; font-size: 16px;  line-height:40px;}
}
/* 小型设备（手机，1200px 起） */
@media (min-width: 1200px) {
	#newsSear p,.newsCont{
		/*margin: 0 auto;*/
		width:1200px;
	}
	.pcPro,.prow{
		width: 90%;
	}
	.news_ul li {
		width: 420px;
	}
	.dianhua span {
		font-size: 24px;
	}
}

/*标准的产品列表*/
